home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-08-10 | 743 b | 24 lines | [TEXT/MACA] |
- Settings File = GEnie-upl
- Script Name = Wait to DL
- Command Key =
- F-key =
- Menu = NO
- Button = NO
-
- 1 Set Variable GOtime from Dialog Box "Please enter time you wish to start batch download (HH:MM)"
- 2 If Expression "=LENGTH(GOtime)=0"
- 3 Return Failure
- 4 End If
- 5 Notify Discard
- 6 Dialog Discard
- 7 Dialog Install "='Waiting until...: ',GOtime"
- 8 Wait Until Time "=GOtime"
- 9 Dialog Discard
- 10 Beep
- 11 Dialog Install "Going on line now..."
- 12 Remark "The following var is used to determine action on timeout error"
- 13 Set Variable TimeOutRecover from Expression "=true"
- 14 Set Variable online from Expression "=false"
- 15 Do Script * "Batch DL"
- 16 Set Variable TimeOutRecover from Expression "=false"
-